home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DOT4PRT.IN_ / dot4prt.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  2.2 KB  |  141 lines

  1. [Version]
  2. Signature="$Windows NT$"
  3. Class=Dot4Print
  4. ClassGUID={49ce6ac8-6f86-11d2-b1e5-0080c72e74a2}
  5. Provider=%MSFT%
  6. LayoutFile=layout.inf
  7. DriverVer=10/01/2002,5.2.3790.0
  8.  
  9. ;====================================================
  10.  
  11. [ClassInstall32]
  12. ;
  13. ; Add the Dot4Print class GUID to SYSTEM\CCS\Control\Class
  14. ;
  15. AddReg = Dot4PrintClassAddReg
  16.  
  17. [Dot4PrintClassAddReg]
  18. ;
  19. ; Give the class a descriptive name and an icon
  20. ;
  21. HKR,,,,%ClassName%
  22. HKR,,Icon,,"-4"
  23. HKR,,NoInstallClass,,1
  24.  
  25.  
  26. ;====================================================
  27.  
  28. [Manufacturer]
  29. %MSFT%=D4P_Models
  30.  
  31. [D4P_Models]
  32. ;
  33. ; This INF supports models with these PnP IDs
  34. ; (Enumerated by any enumerator (*))
  35. ;
  36. %D4Print%=Dot4Print_Inst,DOT4\PRINT
  37.  
  38.  
  39. [Dot4Print_Inst.NT]
  40. ;
  41. ; Copy files for the W2K installation
  42. ;
  43. CopyFiles=Dot4Print_CopyFiles
  44.  
  45.  
  46. [Dot4Print_CopyFiles]
  47. ;
  48. ; For all this, just one file...
  49. ;
  50. Dot4Prt.sys
  51.  
  52.  
  53. [Dot4Print_Inst.NT.HW]
  54. ;
  55. ; Special configuration info
  56. ;
  57. AddReg=Dot4Print_AddReg
  58.  
  59. [Dot4Print_AddReg]
  60. ;
  61. ; Add keys under Enum\enumeratorID\device-instance-id
  62. ;
  63. ;HKR,,"ReadService",,%ReadServiceName%
  64. ;HKR,,"WriteService",,%WriteServiceName%
  65. HKR,,"ReadSocketId",0x00010001,0x0002
  66. HKR,,"WriteSocketId",0x00010001,0x0002
  67. HKR,,"ReadBufferSize",0x00010001,0x7FFF
  68. HKR,,"WriteBufferSize",0x00010001,0x7FFF
  69.  
  70.  
  71. [Dot4Print_Inst.NT.Services]
  72. ;
  73. ; Add the Dot4 driver as a service
  74. ;
  75. AddService=Dot4Print,0x00000002,Dot4PrintService
  76.  
  77.  
  78. [Dot4PrintService]
  79. ;
  80. ; Service configuration info
  81. ;
  82. DisplayName     = %Dot4Print_Name%
  83. ServiceType     = 1             ; Kernel driver
  84. StartType       = 3             ; Manual start
  85. ErrorControl    = 1             ; Error ignore
  86. ServiceBinary   = %12%\Dot4Prt.sys
  87.  
  88. ;====================================================
  89.  
  90. [ControlFlags]
  91. ExcludeFromSelect = *
  92.  
  93. ;====================================================
  94.  
  95. [DestinationDirs]
  96. DefaultDestDir = 10,System32\drivers
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. [Strings]
  132. Dot4Print_Name="Print Class Driver for IEEE-1284.4"
  133. MSFT="Microsoft"
  134. Floppy_Description = "Disk"
  135. Desc_Val="Description"
  136. ClassName="IEEE 1284.4 compatible printers"
  137. D4Print="IEEE 1284.4 compatible printer"
  138.  
  139.  
  140.  
  141.